Package | Description |
---|---|
unipi.bpm.elm.santeramo.controller |
Modifier and Type | Field and Description |
---|---|
private EventLogManagerView |
InfoManager.elmView
The
EventLogManagerView element
that represents the View of the application managed
by the Controller. |
private EventLogManagerView |
EventLogManagerController.elmView
The
EventLogManagerView element
that represents the View of the application. |
private EventLogManagerView |
EditorManager.elmView
The
EventLogManagerView element
that represents the View of the application managed
by the Controller. |
private EventLogManagerView |
AnalysisManager.elmView
The
EventLogManagerView element
that represents the View of the application managed
by the Controller. |
Modifier and Type | Method and Description |
---|---|
EventLogManagerView |
EventLogManagerController.getView()
This method returns the
EventLogManagerView EventLogManagerController.elmView element. |
Constructor and Description |
---|
EventLogManagerController(EventLogManagerView elmView,
EventLogManagerModel elmModel)
Constructs a new
EventLogMangerController , with the View and
the Model to manage. |